* gdk/gdkwindow.c: Typo fix.
* gtk/gtk-sections.sgml: Add GtkTextChildAnchor.
* gdk/tmpl/dnd.sgml: Updates.
* gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed
and GdkPangoAttrStipple.
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/gdkwindow.c: Typo fix.
+
Thu Nov 29 21:35:56 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
+2001-11-29 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtk-sections.sgml: Add GtkTextChildAnchor.
+
+ * gdk/tmpl/dnd.sgml: Updates.
+
+ * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed
+ and GdkPangoAttrStipple.
+
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/tmpl/gtkwindow.sgml: Document gtk_window_position.
<!-- ##### FUNCTION gdk_drag_get_selection ##### -->
<para>
-
+Returns the selection atom for the current source window.
</para>
-@context:
-@Returns:
+@context: a #GdkDragContext.
+@Returns: the selection atom.
<!-- ##### FUNCTION gdk_drag_abort ##### -->
<para>
-
+Aborts a drag without dropping.
</para>
-@context:
-@time:
+@context: a #GdkDragContext.
+@time: the timestamp for this operation.
<!-- ##### FUNCTION gdk_drop_reply ##### -->
<!-- ##### FUNCTION gdk_drag_context_new ##### -->
<para>
-
+Creates a new #GdkDragContext.
</para>
-@Returns:
+@Returns: the newly created #GdkDragContext.
<!-- ##### FUNCTION gdk_drag_drop ##### -->
<!-- ##### FUNCTION gdk_drag_context_ref ##### -->
<para>
-
+Increases the reference count of a drag context by one.
</para>
-@context:
+@context: a #GdkDragContext.
<!-- ##### FUNCTION gdk_drag_begin ##### -->
<para>
-
+Creates a new drag context with @window as @source_window and @targets
+as list of targets.
</para>
-@window:
-@targets:
-@Returns:
+@window: the source window for this drag.
+@targets: the list of targets.
+@Returns: a newly created #GdkDragContext.
<!-- ##### FUNCTION gdk_drag_motion ##### -->
<!-- ##### FUNCTION gdk_drag_get_protocol ##### -->
<para>
-
+Finds out the DND protocol supported by a window.
</para>
-@xid:
-@protocol:
-@Returns:
+@xid: the X id of the destination window.
+@protocol: location where the supported DND protocol is returned.
+@Returns: the X id of the window where the drop should happen. This
+ may be @xid or the X id of a proxy window, or None if @xid doesn't
+ support Drag and Drop.
<!-- ##### ENUM GdkDragProtocol ##### -->
<!-- ##### FUNCTION gdk_drag_context_unref ##### -->
<para>
-
+Decreases the reference count of a drag context by one.
</para>
-@context:
+@context: a #GdkDragContext.
<!-- ##### STRUCT GdkDragContext ##### -->
<!-- ##### STRUCT GdkPangoAttrEmbossed ##### -->
<para>
-
+A Pango text attribute containing a embossed bitmap to be used when
+rendering the text.
</para>
-@attr:
-@embossed:
+@attr: the #PangoAttribute.
+@embossed: the embossed bitmap.
+
<!-- ##### STRUCT GdkPangoAttrStipple ##### -->
<para>
-
+A Pango text attribute containing a stipple bitmap to be used when
+rendering the text.
</para>
-@attr:
-@stipple:
+@attr: the #PangoAttribute.
+@stipple: the stipple bitmap.
<!-- ##### FUNCTION gdk_pango_attr_embossed_new ##### -->
<para>
gtk_text_view_starts_display_line
gtk_text_view_move_visually
gtk_text_view_add_child_at_anchor
+GtkTextChildAnchor
+gtk_text_child_anchor_new
+gtk_text_child_anchor_get_widgets
+gtk_text_child_anchor_get_deleted
gtk_text_view_add_child_in_window
gtk_text_view_move_child
gtk_text_view_set_wrap_mode
GTK_TEXT_VIEW_CLASS
GTK_IS_TEXT_VIEW_CLASS
GTK_TEXT_VIEW_GET_CLASS
+GTK_TEXT_CHILD_ANCHOR
+GTK_IS_TEXT_CHILD_ANCHOR
+GTK_TYPE_TEXT_CHILD_ANCHOR
+GTK_TEXT_CHILD_ANCHOR_CLASS
+GTK_IS_TEXT_CHILD_ANCHOR_CLASS
+GTK_TEXT_CHILD_ANCHOR_GET_CLASS
<SUBSECTION Private>
gtk_text_view_get_type
+gtk_text_child_anchor_get_type
GtkTextBTree
GtkTextChildBody
GtkTextPixbuf
/**
* gdk_set_pointer_hooks:
- * @new_hooks: a table of pointer to functions for getting
+ * @new_hooks: a table of pointers to functions for getting
* quantities related to the current pointer position,
* or %NULL to restore the default table.
*